type net.dnsConfig
8 uses
net (current package)
conf.go#L33: resolv *dnsConfig
dnsclient_unix.go#L241: func (r *Resolver) tryOneName(ctx context.Context, cfg *dnsConfig, name string, qtype dnsmessage.Type) (dnsmessage.Parser, string, error) {
dnsclient_unix.go#L330: dnsConfig *dnsConfig // parsed resolv.conf structure used in lookups
dnsclient_unix.go#L451: func (conf *dnsConfig) nameList(name string) []string {
dnsconfig_unix.go#L23: type dnsConfig struct {
dnsconfig_unix.go#L40: func dnsReadConfig(filename string) *dnsConfig {
dnsconfig_unix.go#L41: conf := &dnsConfig{
dnsconfig_unix.go#L163: func (c *dnsConfig) serverOffset() uint32 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)